Skip to content

8382397: Make lint category property declaration more straightforward#30776

Open
liach wants to merge 1 commit intoopenjdk:masterfrom
liachmodded:cleanup/lint-prop-decl
Open

8382397: Make lint category property declaration more straightforward#30776
liach wants to merge 1 commit intoopenjdk:masterfrom
liachmodded:cleanup/lint-prop-decl

Conversation

@liach
Copy link
Copy Markdown
Member

@liach liach commented Apr 16, 2026

Lint category properties are now declared with confusing boolean variables. We can convert them to be enums to make these declarations more straightforward and easier to check in general.



Progress

  • Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue

Issue

  • JDK-8382397: Make lint category property declaration more straightforward (Enhancement - P5)

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/30776/head:pull/30776
$ git checkout pull/30776

Update a local copy of the PR:
$ git checkout pull/30776
$ git pull https://git.openjdk.org/jdk.git pull/30776/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 30776

View PR using the GUI difftool:
$ git pr show -t 30776

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/30776.diff

Using Webrev

Link to Webrev Comment

@bridgekeeper
Copy link
Copy Markdown

bridgekeeper Bot commented Apr 16, 2026

👋 Welcome back liach! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk
Copy link
Copy Markdown

openjdk Bot commented Apr 16, 2026

❗ This change is not yet ready to be integrated.
See the Progress checklist in the description for automated requirements.

@openjdk openjdk Bot added the compiler compiler-dev@openjdk.org label Apr 16, 2026
@openjdk
Copy link
Copy Markdown

openjdk Bot commented Apr 16, 2026

@liach The following label will be automatically applied to this pull request:

  • compiler

When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing list. If you would like to change these labels, use the /label pull request command.

@liach liach changed the title Make lint category property declaration more straightforward 8382397 Apr 17, 2026
@liach liach marked this pull request as ready for review April 17, 2026 04:05
@openjdk openjdk Bot changed the title 8382397 8382397: Make lint category property declaration more straightforward Apr 17, 2026
@openjdk openjdk Bot added the rfr Pull request is ready for review label Apr 17, 2026
@mlbridge
Copy link
Copy Markdown

mlbridge Bot commented Apr 17, 2026

Webrevs

@archiecobbs
Copy link
Copy Markdown
Contributor

Looks good to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

compiler compiler-dev@openjdk.org rfr Pull request is ready for review

Development

Successfully merging this pull request may close these issues.

2 participants